summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-07-10 02:20:14 +0200
committerGitHub <noreply@github.com>2023-07-10 02:20:14 +0200
commite32ce6cc6980fd468280f6e8148cfccdb9853990 (patch)
tree7afbdb3aae1f52eb6f63ee303681ba1784bc1769
parentMerge pull request #11064 from lat9nq/mingw-no-install-pefile (diff)
parentandroid: Don't prompt to save user data on uninstall (diff)
downloadyuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.tar
yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.tar.gz
yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.tar.bz2
yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.tar.lz
yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.tar.xz
yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.tar.zst
yuzu-e32ce6cc6980fd468280f6e8148cfccdb9853990.zip
-rw-r--r--src/android/app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 742685fb0..6184f3eb6 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -22,7 +22,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
android:label="@string/app_name_suffixed"
android:icon="@drawable/ic_launcher"
android:allowBackup="true"
- android:hasFragileUserData="true"
+ android:hasFragileUserData="false"
android:supportsRtl="true"
android:isGame="true"
android:localeConfig="@xml/locales_config"